dwc_otg: add module parameter int_ep_interval_min
authorP33M <p33m@github.com>
Mon, 12 Jun 2017 15:10:03 +0000 (16:10 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 02:54:00 +0000 (02:54 +0000)
commit40cfcce0fc5a9a9aa7e4c00b1815206e2232670e
treebf226ba01468b0e0d8c78e386fe869d2fdc95c33
parent5fc65c773a424f1dc888971d17ed34e8ca513526
dwc_otg: add module parameter int_ep_interval_min

Add a module parameter (defaulting to ignored) that clamps the polling rate
of high-speed Interrupt endpoints to a minimum microframe interval.

The parameter is modifiable at runtime as it is used when activating new
endpoints (such as on device connect).
drivers/usb/host/dwc_otg/dwc_otg_driver.c
drivers/usb/host/dwc_otg/dwc_otg_hcd_queue.c